API Reference
cURL
curl --request PUT \ --url https://production.runalloy.com/installations/{installationId}/deactivate \ --header 'Authorization: <authorization>' \ --header 'x-api-version: <x-api-version>'
{ "success": true }
Deactivates a specific installation.
The version of the API to use. The current API version is 2025-09.
The ID of the installation.
"6630f0f971184ae724f2d930"
Successful deactivation response.
true