Qubrid AI · Capability
Qubrid AI Compute API — Instances
Qubrid AI Compute API — Instances. 6 operations. Lead operation: List compute instances. Self-contained Naftiko capability covering one Qubrid Ai business surface.
What You Can Do
GET
Listinstances
— List compute instances
/v1/instances
POST
Createinstance
— Create a compute instance
/v1/instances
GET
Getinstance
— Retrieve a compute instance
/v1/instances/{instance-id}
DELETE
Deleteinstance
— Terminate a compute instance
/v1/instances/{instance-id}
POST
Startinstance
— Start a compute instance
/v1/instances/{instance-id}/start
POST
Stopinstance
— Stop a compute instance
/v1/instances/{instance-id}/stop
MCP Tools
list-compute-instances
List compute instances
read-only
idempotent
create-compute-instance
Create a compute instance
retrieve-compute-instance
Retrieve a compute instance
read-only
idempotent
terminate-compute-instance
Terminate a compute instance
idempotent
start-compute-instance
Start a compute instance
stop-compute-instance
Stop a compute instance