From Nomad extract the job configuration

Hello,

Imagine that I lost a job information for a task service and all that. Just imagine :smiley:
Is it possible from nomad to pull a full file configuration without having to use inspect on the running job?

Thank you for any help.

Best regards,

You can just go to ui/jobs/JOB/definition in the web interface

Hi @odnanref. As you mention you can either use the UI at /ui/jobs/:jobID/definition or you can use the job inspect CLI command.

Thanks,
jrasell the Nomad team