> ## Documentation Index
> Fetch the complete documentation index at: https://docs.falkordb.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Start instance

> Start a stopped Enterprise Cluster (Single-Zone) instance.

Starts an instance that was previously stopped. Billing for compute resumes once the instance is running.

## Authorization

<ParamField header="Cookie" type="string" required>
  Session cookie set by [Sign in](/api-reference/authentication/signin): `omnistrate_token=<jwt>`.
  Browsers send it automatically; other clients must forward it on every request.
</ParamField>

## Path parameters

<ParamField path="id" type="string" required>
  ID of the resource instance.
</ParamField>

## Query parameters

<ParamField query="subscriptionId" type="string">
  ID of the subscription that owns the instance.
</ParamField>

## Response

Returns `202 Accepted` with an empty body when the operation is queued.

## Errors

See [Error](/api-reference/schemas#error) for the shared error response shape.
