# Manage an EMQX Agents Deployment

The **Deployment Settings** page shows configuration details for an EMQX Agents deployment and provides options to rename or delete it. To open it, click **Deployment Settings** in the left menu.

## Deployment Settings

### Deployment Info

| Field | Description |
|---|---|
| **Deployment Name** | The display name for this deployment. Click the edit icon to rename. |
| **Deployment ID** | The unique identifier for this deployment. Use this when contacting support. |
| **Plan** | The current plan, for example EMQX Agents - Starter. |
| **Network ID** | The network this deployment is associated with. |

### Cloud Info

| Field | Description |
|---|---|
| **Cloud Platform** | The cloud provider hosting this deployment (read-only). |
| **Region** | The region where this deployment is running (read-only). |

### Billing Method

The current billing method for this deployment, for example **Trial** during the Public Beta period.

![agents_deployment_settings](./_assets/agents_deployment_settings.png)

## Rename a Deployment

1. Go to **Deployment Settings**.
2. Click the edit icon next to **Deployment Name**.
3. Enter the new name and click the confirm icon.

## Delete a Deployment

::: warning Important Notice
Deleting a deployment is permanent and cannot be undone. All agents, chats, connectors, and run history associated with this deployment will be deleted. Any running agents are stopped immediately.
:::

1. Go to **Deployment Settings**.
2. Click **Delete Deployment**.
3. Confirm the deletion in the dialog that appears.

## Next Steps

- [Add a Connector](./connectors.md)
- [Start a Chat](./chats.md)
- [Manage Agents](./agents.md)
