Suspend an Instance
4 min
you can suspend the specified cubes instance within a data center the instance is not deleted and allocated resources continue to be billed endpoint use the following endpoint for cubes https //api ionos com/cloudapi/v6/datacenters/{datacenterid}/servers request note the following request contains sample values remember to replace them with the relevant information curl x 'post' \\ 'https //api ionos com/cloudapi/v6/datacenters/{datacenterid}/servers/{serverid}/suspend' \\ h 'accept application/json' to make authenticated requests to the api, the following fields are mandatory in the request header name type description datacenterid string the id of the data center serverid string the id of the cube response a 202 message confirms that the instance is suspended
