• /
  • EnglishEspañolFrançais日本語한국어Português
  • Se connecterDémarrer

Cette traduction automatique est fournie pour votre commodité.

En cas d'incohérence entre la version anglaise et la version traduite, la version anglaise prévaudra. Veuillez visiter cette page pour plus d'informations.

Créer un problème

Supprimer le planning

Supprime la planification d'une définition workflow. Notez que cela n'arrête pas l'exécution d'un workflow en cours (utilisez la mutation StopWorkflowRun).

Exemple

Utilisez le générateur de requêtes pour créer et éditer un workflow. Voir l'explorateur d'API NerdGraph.

mutation {
workflowAutomationDeleteSchedule(
accountId: 11933347
schedule: { id: "1a71d299-82c2-4b4d-9803-b14523e3a9e7" }
) {
scheduleId
}
}

Exemple d'erreur

Si schedule.id n'est pas trouvé, la structure suivante est renvoyée.

{
"data": {
"workflowAutomationDeleteSchedule": null
},
"errors": [{
"message": "Could not find schedule with ID MTE2NDk5MDB8TkdFUHxXT1JLRkxPV19TQ0hFRFVMRXwwMTk5MGUzYi04NzAyLTc2M2QtOWUzMy01ZTU1ZThmZTYzYjkl",
"path": ["workflowAutomationDeleteSchedule"]
}]
}
Droits d'auteur © 2025 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.