HostUpCloudHostUpCloudDocs

Activity Log

Track all actions performed on your cloud resources.

Activity Log

The activity log provides a complete audit trail of every action performed on your cloud resources. Every create, delete, power action, configuration change, and management operation is recorded with full context.

What Gets Logged

Every significant action across your cloud infrastructure is captured:

CategoryActions Logged
InstancesCreate, destroy, start, stop, reboot, resize, rebuild, rename
SnapshotsCreate, restore, delete
BackupsEnable, disable, restore
FirewallCreate rule, update rule, delete rule, assign to instance
VolumesCreate, attach, detach, resize, delete
SSH KeysAdd, remove
NetworkingAssign floating IP, remove floating IP, update reverse DNS
LabelsAdd, update, remove

Log Entry Details

Each activity log entry includes:

FieldDescription
ActionThe operation performed (e.g., instance.create, snapshot.delete)
ResourceThe resource type and identifier affected
UserThe account or API key that initiated the action
TimestampWhen the action occurred (UTC)
StatusWhether the action succeeded or failed

Viewing the Activity Log

Project-Scoped View

  1. Navigate to your Project in the dashboard
  2. Select the Activity tab
  3. View all actions across every resource in the project

Instance-Scoped View

  1. Navigate to a specific instance's detail page
  2. Select the Activity tab
  3. View actions related to that instance only

Filtering

Use filters to narrow down the activity log:

  • Resource type — Show only instance, volume, snapshot, or firewall events
  • Date range — Focus on a specific time window
  • Action type — Filter by create, delete, power, or configuration actions

Activity logs are paginated. Click Load More at the bottom of the list to fetch older entries. Logs are retained for 90 days.

Use Cases

ScenarioHow the Activity Log Helps
TroubleshootingDetermine when an instance was rebooted or a firewall rule was changed
AuditTrack who created or destroyed resources and when
Cost analysisIdentify when instances were created and destroyed to correlate with billing
Change managementReview what changed before and after an incident
Team coordinationSee what actions teammates have taken on shared projects

Activity logs are read-only and cannot be modified or deleted. This ensures a tamper-proof audit trail for compliance and troubleshooting purposes.

Next Steps

  • Organize resources with Labels & Tags for easier filtering
  • Review Getting Started for an overview of cloud resource management
  • Explore Storage documentation for volume and snapshot operations

On this page