# Computing resources

Manage the compute resource lifecycle: list, create, update, delete, suspend, resume, or retry resources, and inspect runtime and image information. Use the action page to confirm the resource state and available controls.

## Choose a task

| Task | Description |
| --- | --- |
| [Find accessible instances](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/compute-resources/list-compute-resources.html.md) | Lists the compute instances in the current workspace that the caller has read access to. |
| [Inspect instance configuration and state](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/compute-resources/get-compute-resource.html.md) | Read the configuration, capacity, and lifecycle status of a compute instance. |
| [Add a compute instance](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/compute-resources/create-compute-resource.html.md) | Create a compute instance in the current workspace. |
| [Change instance configuration](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/compute-resources/update-compute-resource.html.md) | Change instance configuration; Serverless workers still activate on subsequent workload demand. |
| [Check prerequisites for deletion](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/compute-resources/preflight-delete.html.md) | Check the active tasks and workflow bindings that need to be processed before deleting the compute instance. |
| [Remove a compute instance](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/compute-resources/delete-compute-resource.html.md) | Delete the compute instance in the current workspace. |
| [Suspend an active instance](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/compute-resources/suspend-compute-resource.html.md) | Pauses a compute instance in the `ACTIVE` state, stops its workers, and transitions the instance to `SUSPENDED`. |
| [Resume a suspended instance](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/compute-resources/resume-compute-resource.html.md) | Return a suspended instance to `IDLE` without immediately deploying workers. |
| [Retry an instance in error](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/compute-resources/retry-compute-resource.html.md) | Retry an instance in `ERROR` and return it to `IDLE` without immediate worker redeployment. |
| [Inspect Worker replicas](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/compute-resources/get-worker-runtime.html.md) | Query the runtime replica status of a compute instance by Worker type. |
| [Inspect instance usage metrics](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/compute-resources/get-compute-resource-metrics.html.md) | Read usage metrics for a compute instance. |
| [Find Worker images](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/compute-resources/list-worker-images.html.md) | Lists the Worker images that can be selected when creating or updating a compute instance. |
| [Repair legacy resource ownership](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/compute-resources/adopt-legacy-compute-resource-ownership.html.md) | Register legacy resource ownership as a controlled repair requiring administrative rights. |
