- ‘all’: Delete both base and derived logs (default)
- ‘base’: Only delete base logs
- ‘derived’: Only delete derived logs
Authorizations
Bearer authentication header of the form
Bearer <token>
, where <token>
is your auth token.Body
Name of the project the logs belong to.
Optional context path to update for the logs. Can use ’/’ for nested contexts (e.g. ‘training/batch1’).
List of tuples of log ID(s) and field(s) to delete, either as an individual item or a list of items. A log ID of None indicates that the field should be deleted from all logs. Can also use a dict of filter arguments to select logs. The filter dict should be a key:value pair where the key is the field to filter on and the value is the value to filter on.
Specifies which type of logs to delete. Can be ‘base’ for base logs only, ‘derived’ for derived logs only, or ‘all’ to delete from both types.
Whether to delete logs which end up being empty as a result of the field deletion.
Whether to delete fields that have no data after log deletion.