Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
rds
📤 Upload
📝 New File
📁 New Folder
Close
Editing: stop-db-instance.rst
**To stop a DB instance** The following ``stop-db-instance`` example stops the specified DB instance. :: aws rds stop-db-instance \ --db-instance-identifier test-instance Output:: { "DBInstance": { "DBInstanceStatus": "stopping", ...some output truncated... } }
Save
Cancel