Renaming an Instance Pool

Rename an instance pool without changing its Oracle Cloud Identifier (OCID).

    1. Navigate to the Instance pools list page. If you need help finding the list page, see Listing Instance Pools.
    2. Select the name of the instance pool that you want to rename to display the details page.
    3. Select Edit.
      • Enter a new name for the instance pool in the Name field. Avoid entering confidential information.
    4. Select Save.
  • Use the instance-pool update command to rename an instance pool.

    oci compute-management instance-pool update --from-json <file://path/to/file.json>

    <file://path/to/file.json> is the path to a JSON file that defines the instance details. For information about how to generate an example of the JSON file, see Advanced JSON Options.

    For a complete list of flags and variable options for the Compute service CLI commands, see the command line reference for Compute.

  • For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.

    Use the UpdateInstancePool operation to rename an instance pool.