Updating a Job

Update a job's name or tags in Resource Manager.

  • These steps show how to update a job in a compartment. You can also update a job in a stack.
    1. Open the navigation menu and click Developer Services. Under Resource Manager, click Jobs.
    2. On the Jobs page, select the compartment that contains the job that you want.
    3. Click the name of the job that you want.
      The Job details page opens.
    4. To update the job name, follow these steps:
      1. Click Edit job.
      2. In the Edit job panel, update the job name.
      3. Click Save changes.
    5. To add a tag, click Add tags, and enter the tag namespace, key, and value.
    6. To view existing tags, click the Tags tab and then click Defined tags or Free-form tags.
    7. To edit an existing tag, click the edit icon, update the value in the Edit tag dialog box, and then click Save.
    8. To remove a tag, click the edit icon and then click Remove tag.
  • Use the oci resource-manager job update command and required parameters to update a job.

    oci resource-manager job update --job-id <job_OCID>

    For a complete list of parameters and values for CLI commands, see the Command Line Reference for Resource Manager.

  • Use the UpdateJob operation to update a job.