Show / Hide Table of Contents

Create

Create and launch a new job

Unix

 qarnot create job

Windows

 qarnot.exe create job

USAGE

Regular usage

  • qarnot job create --name "Job name" Configure from a file
  • qarnot job create --file FileName.json Error: missing name
  • qarnot job create

Flags

flag description
--name, -n Name of the job
--shortname, -s Short name of the job
--pool UUID or shortname of the pool to attach the job to
--is-dependant, -d Job can have jobs depending on other ones to run
--max-wall-time Wall time limit for the job execution. Once this time duration exceeded, the whole job will terminate. The wall time format can be a date in the 'yyyy/MM/dd HH:mm:ss', 'yyyy/MM/dd' date format or a TimeStamp format 'd', 'd.hh', 'd.hh:mm', 'd.hh:mm:ss', 'hh:mm', 'hh:mm:ss'
--file, -f File with a json configuration of the job. (example : echo '{"IsDependents":true, "Shortname": "SN","Name": "JobName" }' > CreateJob.json)
--token, -t Connection API token
--unsafe-ssl Don't check the ssl certificate
--api-ca-certificate Path to your custom SSL certificate
--verbose, -v Set the max verbose messages
--quiet, -q Set no verbose messages
--no-color Remove the color on the console
--format Change the result format (one of TABLE (default) or JSON)
-h, --human-readable Print sizes in human readable format (e.g. 1K, 234M, etc.)
--version The current version
--help Show help and usage information

Version: CreateDoc-0.0.50-4af90b6-01/01/0001 00:Z-.NET6.0.36
Copyright: Copyright (C) 2025 Qarnot computing

In this article
Back to top Generated by DocFX