Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
curl --request POST \
--url https://pria.praxislxp.com/api/admin/institution/{id}/agent/disable \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"reason": "<string>"
}
'{
"success": true,
"idempotent": true,
"agent": {
"enabled": true,
"status": "not_enabled",
"preset": "<string>",
"manifestYaml": "<string>",
"manifestDigest": "<string>",
"preferences": {
"cpu": 2.125,
"memoryMb": 4352,
"storageGb": 52,
"gui": true,
"vncResolution": "1280x800"
},
"requestedBy": "<string>",
"requestedAt": "2023-11-07T05:31:56Z",
"provisionedAt": "2023-11-07T05:31:56Z",
"lastError": "<string>"
}
}Marks the instance agent workspace as disabled. MVP disable does not stop existing ECS tasks or delete EFS access points; operators must reap runtime resources separately until lifecycle reaping is implemented.
curl --request POST \
--url https://pria.praxislxp.com/api/admin/institution/{id}/agent/disable \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"reason": "<string>"
}
'{
"success": true,
"idempotent": true,
"agent": {
"enabled": true,
"status": "not_enabled",
"preset": "<string>",
"manifestYaml": "<string>",
"manifestDigest": "<string>",
"preferences": {
"cpu": 2.125,
"memoryMb": 4352,
"storageGb": 52,
"gui": true,
"vncResolution": "1280x800"
},
"requestedBy": "<string>",
"requestedAt": "2023-11-07T05:31:56Z",
"provisionedAt": "2023-11-07T05:31:56Z",
"lastError": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?