Docs Menu
Docs Home
/ /
Atlas Command Line Interface
/ /

atlas config set

Configure specific properties of a profile.

Configure specific properties of the profile. Available properties include: [project_id org_id service public_api_key private_api_key output ops_manager_url base_url ops_manager_ca_certificate ops_manager_skip_verify mongosh_path skip_update_check telemetry_enabled access_token refresh_token].

atlas config set <propertyName> <value> [options]
Name
Type
Required
Description

propertyName

string

true

Property to set in the profile.

value

string

true

Value for the property to set in the profile.

Name
Type
Required
Description

-h, --help

false

help for set

Name
Type
Required
Description

-P, --profile

string

false

Human-readable label that identifies the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings. To learn about profiles for MongoCLI, see https://dochub.mongodb.org/core/atlas-cli-configuration-file.

Set Organization ID in the default profile:
atlas config set org_id 5dd5aaef7a3e5a6c5bd12de4

Back

rename

On this page