Services

Delete

Delete service by UUID.

delete/services/{uuid}

Path parameters

uuidstring required

Service UUID

Query parameters

delete_configurationsboolean

Delete configurations.

delete_volumesboolean

Delete volumes.

docker_cleanupboolean

Run docker cleanup.

delete_connected_networksboolean

Delete connected networks.

Response

Delete a service by UUID

messagestring

Example response

{
  "message": "Service deletion request queued."
}

Changes