cURL
curl --request POST \ --url https://api.mcmp.app/v1/servers/{serverId}/start \ --header 'Authorization: Bearer <token>'
{ "status": "starting", "message": "Server is starting up" }
Starts a stopped server
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the server
Server start initiated
"starting"
"Server is starting up"
Was this page helpful?