Hi everyone:
Can we call nomad api only to update memoryMax field for job??
nomad version: 1.5.6
Thank you very much~
Hi @lizzyliao,
The Nomad API unfortunately does not have this patch type of functionality. In order to update a parameter within the job specification, you would need to use the job registration endpoint which requires send the entire job specification with the desired updates.
Thanks,
jrasell and the Nomad team