# Account Metastore

## The MetastoreInfo object

- [account-metastore/object.md](account-metastore/object.md)

## Endpoints

### Get a metastore

- [GET /api/2.0/accounts/{account_id}/metastores/{metastore_id}](get-accounts-metastore.md)

### Get all metastores associated with an account

- [GET /api/2.0/accounts/{account_id}/metastores](list-accounts-metastores.md)

### Create Metastore

- [POST /api/2.0/accounts/{account_id}/metastores](create-accounts-metastore.md)

### Update a metastore

- [PUT /api/2.0/accounts/{account_id}/metastores/{metastore_id}](update-accounts-metastore.md)

### Delete a metastore

- [DELETE /api/2.0/accounts/{account_id}/metastores/{metastore_id}](delete-accounts-metastore.md)

