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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.firebolt.io/feedback

```json
{
  "path": "/reference-sql/commands/engines/start-engine",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

> Reference and syntax for the START ENGINE command.

# START ENGINE

Starts a stopped engine.

## Syntax

```sql theme={"theme":{"light":"github-light","dark":"github-dark"}}
START ENGINE <engine_name>
```

## Parameters

| Parameter       | Description                           |
| :-------------- | :------------------------------------ |
| `<engine_name>` | The name of the engine to be started. |

## Example

The following example starts my\_engine:

```sql theme={"theme":{"light":"github-light","dark":"github-dark"}}
START ENGINE my_engine
```
