Docs Menu
Docs Home
/ /
MongoDB Command Line Interface
/ / /

mongocli atlas networking peering delete

On this page

  • Syntax
  • Arguments
  • Options
  • Output
  • Example

The networking peering delete command deletes one network peering connection for a given Atlas project.

mongocli atlas network peering delete <peering-connection-id>
[ --force ]
[ --profile|-P <profile-name> ]
[ --projectId <project-ID> ]

Note

Use -h or --help to view the command-line help for this command.

Argument
Type
Description
Required?
<peering-connection-id>
string
Unique identifier of the network peering connection that you want to delete.
yes
Option
Type
Description
Required?
--force
Flag that indicates that the agent API key can be deleted without requiring confirmation.
no
--profile, -P
string
Name of the profile where the public and private keys for the project are saved. If omitted, uses the default profile. To learn more about creating a profile, see Configure the MongoDB CLI.
no
--projectId
string

Unique identifier of the project. If omitted, uses the project ID in the profile or environment variable.

no

If the command succeeds, it returns the following output in the default format. If the command returns errors, see Troubleshooting for recommended solutions.

? Are you sure you want to delete: <peering-connection-id> Yes
Peering connection '<peering-connection-id>' deleted

The following command deletes one network peering connection for a project using the default profile, which contains credentials and the project ID. The output is returned in the default format.

mongocli atlas networking peering delete 5f60c5bd0948295c093565ba

The previous command prints the following to the terminal.

? Are you sure you want to delete: 5f60c5bd0948295c093565ba Yes
Peering connection '5f4fc14da2b47835a58c63a2' deleted

Back

Create One Network Peering Connection to a Google Cloud Platform VPC