maple.state.store.remove_env

maple.state.store.remove_env(name: str) bool

Remove a pulled environment.

Deletes a environment record from the database. Does not delete the actual model files from disk.

Parameters:

name – Name of the policy model.

Returns:

True if a policy was deleted, False if not found.