Resume an Instance
4 min
you can resume a suspended cube server specified by its id warning when you suspend an instance, the allocated resources continue to be billed; only deleted resources are not 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}/resume' \\ 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 resumed
