service remove
DELETE /services/(name)
Remove a service.
Example request:
Example response:
Query parameters:
keep
: If true, keep containers running while removing the service.
Status Codes:
204 – no error
404 – no such service
500 – server error
Last updated