Skip to main content
POST
/
server
/
{serverId}
/
shutdown
Shutdown
curl --request POST \
  --url https://servers.flashrdp.com/api/server/{serverId}/shutdown \
  --header 'Accept: <accept>' \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "task": {
      "id": 2892,
      "status": "accepted"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
enum<string>
required
Available options:
application/json

Path Parameters

serverId
string
required

Response

data
object
Last modified on June 20, 2026