API Reference
Activity Feed
List activity feed
Returns recent operations aggregated across deployments, backups, servers, instances, and database operations.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
OK
Dismiss all failed activity
Clears all failed/error items from the activity feed within the 24h window.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
OK
Stream activity feed (SSE)
Streams real-time activity feed updates as Server-Sent Events.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
SSE stream
Cancel activity
Cancels an in-progress operation and discards associated background jobs.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
typeRequiredstringActivity type (deployment, backup, instance, import_export, provisioning)
idRequiredstringActivity resource ID
OK
Was this page helpful?