rds_stop_db_instance: Stops an Amazon RDS DB instance temporarily

View source: R/rds_operations.R

rds_stop_db_instanceR Documentation

Stops an Amazon RDS DB instance temporarily

Description

Stops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, including its endpoint, DB parameter group, and option group membership. Amazon RDS also retains the transaction logs so you can do a point-in-time restore if necessary. The instance restarts automatically after 7 days.

See https://www.paws-r-sdk.com/docs/rds_stop_db_instance/ for full documentation.

Usage

rds_stop_db_instance(DBInstanceIdentifier, DBSnapshotIdentifier = NULL)

Arguments

DBInstanceIdentifier

[required] The user-supplied instance identifier.

DBSnapshotIdentifier

The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.


paws.database documentation built on June 1, 2026, 5:08 p.m.