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

# Example mutations overview

<Note>
  The examples on this page show common ways to use the APC API — they're not a complete API reference. For the full, interactive API documentation for your installation, including every available query, mutation, and type, go to `https://houston.<your-base-domain>/v1`, and click on the **Docs** tab. See [Develop and test APC API queries](/docs/astro-private-cloud/v-2-x/houston-api-develop-test) for more on using the built-in GraphQL explorer.
</Note>

The following pages show example GraphQL mutations for common APC API operations, grouped by the resource they act on.

## Deployment lifecycle

* [Upsert Deployment](/docs/astro-private-cloud/v-2-x/houston-upsert-deployment)
* [Delete Deployment](/docs/astro-private-cloud/v-2-x/houston-delete-deployment)

## Deployment configuration

* [Update Deployment configuration](/docs/astro-private-cloud/v-2-x/houston-update-deployment-config)
* [Delete Deployment configuration](/docs/astro-private-cloud/v-2-x/houston-delete-deployment-config)
* [Update a Deployment image](/docs/astro-private-cloud/v-2-x/houston-update-deployment-image)
* [Update a Deployment KEDA config](/docs/astro-private-cloud/v-2-x/houston-update-deployment-keda-config)
* [Update environment variables](/docs/astro-private-cloud/v-2-x/houston-update-environment-variables)

## User accounts

* [Create Deployment user](/docs/astro-private-cloud/v-2-x/houston-create-deployment-user)
* [Delete user](/docs/astro-private-cloud/v-2-x/houston-delete-user)
* [Verify user email](/docs/astro-private-cloud/v-2-x/houston-verify-user-email)
* [Bypass user email verification](/docs/astro-private-cloud/v-2-x/houston-bypass-user-email-verification)
* [Add a System Admin](/docs/astro-private-cloud/v-2-x/houston-add-system-admin)

## Service accounts and roles

* [Create System Service Account Token](/docs/astro-private-cloud/v-2-x/houston-create-system-service-account-token)
* [Create a Deployment service account](/docs/astro-private-cloud/v-2-x/houston-create-deployment-service-account)
* [Add a Deployment user role](/docs/astro-private-cloud/v-2-x/houston-add-deployment-user-role)
* [Remove a Deployment user role](/docs/astro-private-cloud/v-2-x/houston-remove-deployment-user-role)
* [Update a Deployment user's role](/docs/astro-private-cloud/v-2-x/houston-update-deployment-user-role)

## Teams

* [Create a team](/docs/astro-private-cloud/v-2-x/houston-create-team)
* [Update a team](/docs/astro-private-cloud/v-2-x/houston-update-team)
* [Remove a team](/docs/astro-private-cloud/v-2-x/houston-remove-team)
* [Assign a team role](/docs/astro-private-cloud/v-2-x/houston-assign-team-role)
* [Update a team's role](/docs/astro-private-cloud/v-2-x/houston-update-team-role)
* [Remove a team's role](/docs/astro-private-cloud/v-2-x/houston-remove-team-role)

## Workspace configuration

* [Update workspace configuration](/docs/astro-private-cloud/v-2-x/houston-update-workspace-config)
* [Delete workspace configuration](/docs/astro-private-cloud/v-2-x/houston-delete-workspace-config)

## Clusters

* [Update a cluster](/docs/astro-private-cloud/v-2-x/houston-update-cluster)
* [Deregister a cluster](/docs/astro-private-cloud/v-2-x/houston-deregister-cluster)

For read-only operations, see [Example Queries](/docs/astro-private-cloud/v-2-x/houston-api-example-queries).
