state:delete¶
Delete a state entry.
Examples¶
drush state:del system.cron_last
. Delete state entry for system.cron_last.
Arguments¶
- key. The state key, for example system.cron_last.
Aliases¶
- sdel
- state-delete
Legend
- An argument or option with square brackets is optional.
- Any default value is listed at end of arg/option description.
- An ellipsis indicates that an argument accepts multiple values separated by a space.