The Laravel Cloud API and CLI are here. Build pipelines, manage environments, and hand off to AI agents. View the docs →
cURL
curl --request POST \ --url https://cloud.laravel.com/api/environments/{environment}/stop \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "type": "environments", "links": { "self": { "href": "<string>", "rel": "<string>", "describedby": "<string>", "title": "<string>", "type": "<string>", "hreflang": "<string>", "meta": {} } }, "relationships": {} }, "included": [ { "id": "<string>", "type": "applications", "relationships": {} } ] }
Stop an environment and cancel any in-progress deployment.
The Bearer Token generated on the Cloud UI.
The environment identifier
EnvironmentResource
Show child attributes
Was this page helpful?