I am just messing about testing with the same mender artifact, and obviously that’s not you would do in production, however I am playing with the rest APIs and deleted my devices deployments however I cannot seem to delete a deployment entry for a deployment group.
This seems is be stopping me from reusing the same artifact as calling rest endpoints just returns no updates as the server has some knowledge about the artifact has been installed already. I juts want to clear everything so I can retest. I don’t want to keep creating new artifacts just for testing scenarios with the rest api.
Calling:
/api/management/v1/deployments/deployments
gives me (which i cannot delete):
[
{
“name”: “DevDevices”,
“artifact_name”: “0.0.5”,
“created”: “2019-12-17T13:21:02.231Z”,
“finished”: “2019-12-17T15:28:51.877Z”,
“id”: “85e1d728-2706-4730-bc5a-046d646fdb2b”,
“artifacts”: [
“6d369222-0aab-4c94-a104-c2fa43e197f8”
],
“device_count”: 1,
“status”: “finished”
}
]