Editing a Job

Edit (update) a job in Data Science to change some options.

When the job is in the Active or Creating state, similar to creating a pipeline, you can change the following values:

  • Name

  • Description

  • VM Compute shape

  • Block storage size

  • VCN

  • Subnet

  • Storage mounts

  • Tags

    1. From the jobs list page, select the name of the job to work with. If you need help finding the list of jobs, see Listing Jobs.

      The job details page is displayed.

    2. Select Edit.
    3. Make the necessary changes, and then select Save changes.
  • Use the oci data-science job update command and required parameters to edit (update) a job:

    oci data-science job update --job-id <job-id>... [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the UpdateJob operation to edit (update) a job.