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. On the Jobs list page, select the job that you want to work with. If you need help finding the list page or the stack, see Listing Jobs.
    2. To update the job name, follow these steps:
      1. Select Edit job.
      2. In the Edit job panel, update the job name.
      3. Select Save changes.
    3. To add a tag, select Add tags, and enter the tag namespace, key, and value.
    4. To view existing tags, select the Tags tab and then select Defined tags or Free-form tags.
    5. To edit an existing tag, select the edit icon, update the value in the Edit tag dialog box, and then select Save.
    6. To remove a tag, select the edit icon and then select 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.