Il seguente errore si verifica quando si tenta di creare o aggiornare l'impostazione di rinnovo automatico per un impegno.
INVALID_FIELD_VALUE
Questo errore si verifica se non specifichi un valore o se specifichi un valore non valido per il rinnovo automatico.
Per risolvere il problema, passa valori validi per il rinnovo automatico. L'elenco seguente
mostra i valori validi per il rinnovo automatico:
Interfaccia a riga di comando gcloud: --auto-renew, --no-auto-renew
API Compute Engine: true, false
Risorsa non disponibile per il rinnovo automatico
Quando provi ad aggiornare l'impostazione di rinnovo automatico per un impegno, si verifica il seguente errore.
RESOURCE_NOT_READY_WITH_DETAILS
Questo errore si verifica se provi ad aggiornare l'impostazione di rinnovo automatico per un impegno
che si trova in uno dei seguenti stati: Creazione, Scaduto, Annullato.
Per risolvere questo errore, aggiorna l'impostazione di rinnovo automatico di un impegno solo quando è nello stato attivo.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-08 UTC."],[[["\u003cp\u003e\u003ccode\u003eINVALID_FIELD_VALUE\u003c/code\u003e error occurs when creating or updating auto-renew settings with no value or an invalid value.\u003c/p\u003e\n"],["\u003cp\u003eTo resolve \u003ccode\u003eINVALID_FIELD_VALUE\u003c/code\u003e, provide valid values: \u003ccode\u003e--auto-renew\u003c/code\u003e or \u003ccode\u003e--no-auto-renew\u003c/code\u003e in gcloud CLI, or \u003ccode\u003etrue\u003c/code\u003e or \u003ccode\u003efalse\u003c/code\u003e in Compute Engine API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRESOURCE_NOT_READY_WITH_DETAILS\u003c/code\u003e error occurs when updating auto-renew settings on a commitment in Creating, Expired, or Cancelled states.\u003c/p\u003e\n"],["\u003cp\u003eTo resolve \u003ccode\u003eRESOURCE_NOT_READY_WITH_DETAILS\u003c/code\u003e, ensure the commitment is in the Active state before updating auto-renew.\u003c/p\u003e\n"]]],[],null,["# Troubleshooting automatic commitment renewal\n\n*** ** * ** ***\n\nTroubleshoot [automatic commitment renewal](/compute/docs/instances/renew-commitments-automatically)\nby using the following information.\n\nInvalid values for auto-renew\n-----------------------------\n\nThe following error occurs when you try to create or update the auto-renew\nsetting for a commitment. \n\n```\nINVALID_FIELD_VALUE\n```\n\nThis error occurs if you don't pass a value or you pass an invalid value for\nauto-renew.\n\nTo resolve this error, pass valid values for auto-renew. The following list\nshows the valid values auto-renew:\n\n- **gcloud CLI** : `--auto-renew`, `--no-auto-renew`\n- **Compute Engine API** : `true`, `false`\n\nResource not available for auto-renew\n-------------------------------------\n\nThe following error occurs when you try to update the auto-renew setting for a\ncommitment. \n\n```\nRESOURCE_NOT_READY_WITH_DETAILS\n```\n\nThis error occurs if you try to update the auto-renew setting on a commitment\nthat is in one of the following states: Creating, Expired, Cancelled.\n\nTo resolve this error, only update the auto-renew setting on a commitment when\nit is in the Active state.\n\nWhat's next\n-----------\n\n- [Learn how to renew commitments\n automatically](/compute/docs/instances/renew-commitments-automatically)."]]