Shuts down Deployment
Shuts down all resources in a Deployment.
Query parameters
-
Whether or not to hide the deployment and its resources.Only applicable for Platform administrators.
-
Whether or not to skip snapshots before shutting down the resources
Default value is
false
.
Responses
-
The request was valid and the resources of the deployment were shutdown.
-
Parameter is restricted and can only be set by a Platform administrator. (code:
deployments.restricted_parameter
) -
You are not authorized to perform this action.
-
The Deployment specified by {deployment_id} cannot be found. (code:
deployments.deployment_not_found
)
POST
/deployments/{deployment_id}/_shutdown
curl \
--request POST 'https://api.elastic-cloud.com/api/v1/deployments/{deployment_id}/_shutdown'