# Shuts down Deployment **POST /deployments/{deployment_id}/_shutdown** Shuts down all resources in a Deployment. ## Servers - https://api.elastic-cloud.com/api/v1: https://api.elastic-cloud.com/api/v1 () ## Parameters ### Path parameters - **deployment_id** (string) Identifier for the Deployment ### Query parameters - **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 ## Responses ### 200 The request was valid and the resources of the deployment were shutdown. #### Body: application/json (object) - **id** (string) The id of the deployment - **name** (string) The name of the deployment - **orphaned** (object) Details about orphaned resources. ### 400 Parameter is restricted and can only be set by a Platform administrator. (code: `deployments.restricted_parameter`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request ### 401 You are not authorized to perform this action. #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request ### 404 The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request [Powered by Bump.sh](https://bump.sh)