Shuts down Deployment
POST {{baseUrl}}/deployments/:deployment_id/_shutdown?hide=true&skip_snapshot=false
Shuts down all resources in a Deployment.
Body
PARAM
Key | Datatype | Required | Description |
hide
|
boolean | Whether or not to hide the deployment and its resources.Only applicable for Platform administrators. | |
skip_snapshot
|
boolean | Whether or not to skip snapshots before shutting down the resources |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
ENDPOINTS