Updating a Job

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

When you update a job, you can also update its tags. For more information about tagging, see Resource Tags.

  • 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. Add one or more tags to the job: Select Tags.
      If you have permissions to create a resource, then you also have permissions to apply free-form tags to that resource. To apply a defined tag, you must have permissions to use the tag namespace. For more information about tagging, see Resource Tags. If you're not sure whether to apply tags, skip this option or ask an administrator. You can apply tags later.
  • 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.