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

# Deployments

> Create and manage Pinecone Marketplace deployments programmatically.

<Note>
  This feature is in [public preview](/release-notes/feature-availability).
</Note>

A deployment is the unit you configure, publish, and operate. The Deployments API lets you list, create, update, and delete deployments without using the Marketplace console.

## Operations

| Operation           | Description                                                 |
| ------------------- | ----------------------------------------------------------- |
| List deployments    | Return all deployments in a project.                        |
| Create a deployment | Create a deployment from a template.                        |
| Get a deployment    | Return the configuration and status of a single deployment. |
| Update a deployment | Update the building version of a deployment.                |
| Delete a deployment | Delete a deployment and its versions.                       |

For the operator-facing guides, see [Create a deployment](/guides/marketplace/create-a-deployment).
