Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request POST \
--url https://v1.api.altostrat.io/radius/account-containers/{id}/move \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"parent_id": "<string>"
}
'Initiates an asynchronous job to move a container (and its entire subtree) to a new parent.
curl --request POST \
--url https://v1.api.altostrat.io/radius/account-containers/{id}/move \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"parent_id": "<string>"
}
'Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
^rad_cont_[A-Za-z0-9_\-]+$The ID of the new parent container, or null to move to root.
Move accepted and processing in background.
Was this page helpful?