Compose down
POST /compose/down
Stop and remove a compose project
Example request:
Example response:
Status Codes:
201 - no error
500 - Internal Server Error
Parameters:
project - The name of compose project.
services - The services to operate, many services will be splited by '}{'.
rmorphans - Remove containers for services not defined in the Compose file.
rmi - Remove images, type may be one of: 'all' to remove all images, or 'local' to remove only images that don't have an custom name set by the
image
field.vol - Remove data volumes.
Last updated