This page describes how to view and manage the entities, indexes, and statistics for the data your application stores in Google Cloud Datastore. It also shows how to enable or disable Cloud Datastore Admin access, and how to enable or disable Cloud Datastore writes. You can do these activities on the Cloud Datastore page in the Google Cloud Platform Console.
Viewing Cloud Datastore statistics
Go to the Cloud Datastore Dashboard to view data for the entities in your application, as well as statistics for the built-in and composite indexes.
Go to the Cloud Datastore Dashboard page
The dashboard should look like:

For more information about the statistics on this page, see Viewing Statistics in the Console.
Viewing indexes
Go to the Indexes page to view a table of your application's indexes.
For each index, you should see its status, such as whether it is ready to serve your application. You should also see the amount of storage space used by the index and the number of entries in each index.
Viewing entities
Go to the Entities page to view the entities that your application stored in Cloud Datastore.
You should see:

You can also create, update, delete, and query entities on this page. Learn how at Cloud Datastore Quickstart.
Enabling or disabling Cloud Datastore Admin access
If you want to use bulk copy, bulk delete, backups, or restores, you need Admin access.
To enable or disable Cloud Datastore Admin access:
-
Go to the Admin page.
Go to the Admin page -
Click Enable Datastore Admin to enable access, or Disable Datastore Admin to disable access. The button text varies, depending on the state of your project.
Caveats on using Cloud Datastore Admin features
- For copy, delete, and backups, recent updates might not be considered.
- All Cloud Datastore Admin operations occur within your application, and thus count against your quota.
- You are strongly recommended to disable writes during a backup or restore.
- Existing entities with the same keys will be overwritten during a copy/restore operation. Duplicates are not created if copy/restore operations are performed multiple times. Copy/restore operations do not delete extra data.
- If you use a non-default queue for backup/restore, you can only specify the
target
ah-builtin-python-bundleinqueue.yaml. You cannot use any other targets.
Deleting entities in bulk
Go to the Admin page to delete all entities of a kind, or all entities of all kinds, in all namespaces.
- If you haven't already done so, enable Cloud Datastore access for your project.
- Go to the Admin page.
Go to the Admin page - Click Open Datastore Admin.
- Select one or more entity kinds.
- Click Delete Entities.

Enabling or disabling Cloud Datastore writes
It's normally a good idea to disable writes prior to a restore. This helps avoid conflicts between the restore and any new data written to Cloud Datastore. You can still use the Admin page to restore data and to perform bulk deletes when writes are disabled.
Disabling writes prevents entities from being changed by
- the Cloud Datastore Viewer.
- applications that use the Cloud Datastore API.
To enable or disable Cloud Datastore writes:
-
Go to the Admin page.
-
Click Enable writes to enable writes, or Disable writes to disable writes. The button text varies, depending on the state of your project.
Backing up or restoring data
Use the Admin page to backup or restore your data.
Learn how to perform backups and restores in Backing Up and Restoring.
Viewing resource usage
When you run a Cloud Datastore Admin job, you are actually running an underlying MapReduce job. MapReduce jobs cause frontend instance hours to increase on top of Storage operations and Storage usage.
To view your resource usage:
-
Visit the Cloud Platform Console App Engine page.
-
Use the pulldown menus at the top of the page to select the
defaultservice and theah-builtin-python-bundleversion.
What's next?
- Get details about Cloud Datastore Statistics in the Console.
- Learn more about Backing Up and Restoring.