cURL
curl --request POST \ --url https://api.thundercompute.com:8443/instances/{instance_id}/up \ --header 'Authorization: Bearer <token>'
{ "code": 123, "status": "<string>", "message": "<string>", "errors": {} }
Start a stopped compute instance.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Default error response
The response is of type object.
object
Was this page helpful?