Overview

Deleting servers is super easy.

Keep in mind that this does not apply for committed servers (see our plans page)

Request

Our REST API endpoint for plans is available here:

DELETE <https://api.fluidstack.io/v1/server>

Response

Untitled Database

Example

Example request:

curl -H "Content-Type: application/json" --request DELETE '<https://api.fluidstack.io/v1/server/><server_id>' -u '<your_api_key>:<your_api_token>'

Example response:

[
  {
    "result": "server delete success",
    "server": "recp7Ny1W3BD5p8jd"
  }
]

Please check that billing has stopped for deleted Servers on the:

Next

Previous