Park Astra DB Classic databases

Park a database to reduce costs, manage resources, and ensure databases run only when needed. Parking a database suspends the database but does not destroy it. Database operations issued for a parked database are queued until the database resumes.

The only cost incurred while the database is parked are storage costs from the cloud provider. When parking a database, the Astra Portal calculates the estimated cost of parking the database versus the cost of keeping the database running.

Park a database

  • Astra Portal

  • DevOps API

  1. In the Astra Portal, go to Databases.

  2. Locate the database that you want to park, and then click Park.

  3. To confirm parking, click Park Database.

Use the DevOps API to park a database:

curl -sS --location -X POST "https://api.astra.datastax.com/v2/databases/DATABASE_ID/park" \
--header "Authorization: Bearer APPLICATION_TOKEN" \
--header "Content-Type: application/json"

Replace the following:

The database enters Parking status while parking, and then it becomes Parked. You can’t make changes to your database while it is parking.

Once parked, database operations are limited, and the database remains parked until you unpark it.

Unpark a database

Unpark a database to reactivate and use the database.

  • Astra Portal

  • DevOps API

  1. In the Astra Portal, go to Databases.

  2. Locate the database that you want to unpark, and then click Unpark.

  3. To confirm unparking, click Unpark Database.

Use the DevOps API to unpark a database:

curl -sS --location -X POST "https://api.astra.datastax.com/v2/databases/DATABASE_ID/unpark" \
--header "Authorization: Bearer APPLICATION_TOKEN" \
--header "Content-Type: application/json"

Replace the following:

The database enters Unparking status while unparking, and then it becomes Active. You can’t make changes to your database while it is unparking.

Was this helpful?

Give Feedback

How can we improve the documentation?

© 2024 DataStax | Privacy policy | Terms of use

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries. Kubernetes is the registered trademark of the Linux Foundation.

General Inquiries: +1 (650) 389-6000, info@datastax.com